
body{
    background-color:#fff;
}
.animated {
    animation-duration: 2s !important;
}

.swiper-horizontal > .swiper-pagination-bullets,

.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 1830rem;
    width: 100%;

}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 1850rem;
    width: 10%;
}
.swiper-pagination-vertical.swiper-pagination-bullets   {
    right: 56rem !important;
    top: 50%;
    transform: translate3d(0px,-50%,0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height:210rem;
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 10rem;
}


/* 产品介绍 */
.product {
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-image: url("../../Skin/img/background_image.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    /*align-items: center;*/ /* 垂直居中 */
    /* z-index: 9; */
}
.produc-flex-content {
        box-sizing: border-box;
        display:flex;
/*        justify-content:space-around;*/
        align-items:center;
        flex-direction:column;
}
.product .title {
    font-size: 40rem;
    font-weight: bold;
    text-align: center;
    height: 60rem;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
    flex-direction: column;
    margin-bottom: 80rem;

}

.product .content {
    width: 1200rem;
    height: 570rem;
    margin: 0 auto;
    background-image: url("../img/cpjs-bg.png");
    box-shadow: 0 0 20rem rgba(0, 103, 204, .2);
    background-position: center center;
/*    background-color: #fff;*/
}

        .product .content .tabs {
            display: flex;
        }

            .product .content .tabs .tab {
                flex: 1;
                border-top: 8rem solid rgba(0, 103, 204, .2);
                text-align: center;
                background-color: #F2F6FA;
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: 120rem;
                cursor: pointer;
            }

                .product .content .tabs .tab.active {
                    border-top: 8rem solid rgba(0, 103, 204);
                    background-color: #fff;
                }

                .product .content .tabs .tab p:first-child {
                    font-size: 20rem;
                    font-weight: bold;
                    margin-bottom: 18rem;
                }

                .product .content .tabs .tab p:last-child {
                    font-size: 14rem;
                }

        .product .content .item {
            padding: 55rem 0 0 40rem;
            display: flex;
            justify-content: space-between;
        }
            .product .content .item .left {
/*                width: 654rem;*/
                height: 408rem;
            }

            .product .content .item .left .line {
                background-color: #0067CC;
                width: 20rem;
                height: 5rem;
                margin-bottom: 40rem;
            }

            .product .content .item .left .text {
                font-size: 16rem;
                display: flex;
                margin-bottom: 12rem;
                line-height: 22rem;
            }

                .product .content .item .left .text img {
                    width: 18rem;
                    height: 18rem;
                    margin-right: 15rem;
                    margin-top: 1rem;
                }

            .product .content .item .left .btn {
                display: flex;
                margin-top: 110rem;
            }

                .product .content .item .left .btn > div {
                    width: 156rem;
                    height: 44rem;
                    line-height: 44rem;
                    text-align: center;
                    font-size: 16rem;
                    cursor: pointer;
                }

                    .product .content .item .left .btn > div:first-child {
                        background-color: #0067CC;
                        color: #fff;
                    }

                    .product .content .item .left .btn > div:last-child {
                        border: 1rem solid #0067CC;
                        color: #0067CC;
                        margin-left: 24rem;
                    }


            .product .content .item right {
                width: 700rem;
                height: 408rem;
            }
            .product .content .item .right img {
                width: 654rem;
                height: 408rem;
                margin-left: 35rem;
                object-fit: scale-down;
            }

        .product .content .indicator-dots {
            display: none;
            /* margin-top: 0; */
        }

.info {
    height: 100vh !important;
    display: flex;
    justify-content:center;
    align-items:center;
    background-image: url("../../Skin/img/background_image.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color:#fff;
}
.info_flex_content {
    flex:1;

}

/*     资讯 */
.info .info_flex_content .title {
    margin-top: 30rem;
    font-size: 40rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80rem;
}

    .info .box {
        margin-top: 20rem;
        height: 565rem;
/*        background-color: #000;*/
        position:relative;
    }

        .info .box .left,
        .info .box .right {
            width: 60rem;
            height: 60rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 99;
        }

        .info .box .right {
            right: 0;
        }

        .info .box .content {
            margin: 0 auto;
            width: 1000rem;
            display: flex;
        }

            .info .box .content .slide {
                width: 1000rem;
                height: 565rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .info .box .content .slide video {
                    width: 1000rem;
                    height: 565rem;
                    background-color: #44ABBD;
                }

    .info .btn {
        width: 165rem;
        height: 50rem;
        border: 1rem solid #0067CC;
        color: #0067CC;
        font-size: 16rem;
        text-align: center;
        line-height: 50rem;
        margin: 57rem auto 0;
    }

/* 案例 */
.case {
    background: url("../img/khcgal-bg-pic.png") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .case-flex-box{
  height: 100vh;
  width: 100%;

} */
.case-flex-box .box {
    height: 100vh;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-around;
    text-align: center;
}

.case .title {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 40rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    /* margin-top: 59rem; */
}

.case .tit1 {
    font-size: 18rem;
    color: #fff;
    /* margin-top: 35rem; */
    text-align: center;
  
    flex: 1;
    display: flex;
    align-items: center;
}

.case .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex: 5;
    /* margin-top: 56rem; */
    padding: 0 50rem;
}

    .case .content .item:nth-child(-n + 2) {
        background: url("../img/bg1.png") no-repeat;
        background-size: 100% 100%;
        height: 300rem;
    }

    .case .content .item:nth-child(n + 3) {
        background: url("../img/bg2.png") no-repeat;
        background-size: 100% 100%;
        height: 220rem;
        margin-top: 19rem;
    }

    .case .content .item {
        width: calc(50% - 10rem);
        padding: 10rem 26rem 11rem 20rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .case .content .item .top_text {
            display: flex;
            width: 100%;
        }

            .case .content .item .top_text .hotel {
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-size: 20rem;
            }

                .case .content .item .top_text .hotel .logo {
                    width: 100rem;
                    height: 70rem;
                    margin-left: 10rem;
                    object-fit: contain;
                    object-position: right center;
                }

            .case .content .item .top_text .swiper {
                width: 270rem;
                height: 150rem;
                margin-top: 10rem;
            }

                .case .content .item .top_text .swiper img {
                    object-fit: cover;
                }

            .case .content .item .top_text .text {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-left: 50rem;
                margin-top: 20rem;
            }

                .case .content .item .top_text .text > div {
                    background-color: #F5F7FA;
                    width: calc(50% - 5rem);
                    height: 100rem;
                    margin-top: 10rem;
                    padding: 10rem;
                }

                    .case .content .item .top_text .text > div > p:first-child {
                        font-size: 16rem;
                        line-height: 18rem;
                    }

                    .case .content .item .top_text .text > div > p:nth-child(2) {
                        font-size: 14rem;
                        line-height: 18rem;
                        color: #0067CC;
                    }

                    .case .content .item .top_text .text > div > p:nth-child(3) {
                        font-size: 20rem;
                        color: #DE1343;
                        font-weight: bold;
                        margin-top: 5rem;
                        margin-bottom: 5rem;
                        text-align: center;
                        line-height: 20rem;
                    }

                    .case .content .item .top_text .text > div > p:nth-child(4) {
                        text-align: center;
                    }

        .case .content .item .intro {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14rem;
            margin-top: 2rem;
        }

            .case .content .item .intro p {
                width: 431rem;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                display: -webkit-box;
            }

            .case .content .item .intro .btn {
                width: 89rem;
                height: 34rem;
                line-height: 34rem;
                border: 1rem solid #0067CC;
                color: #0067CC;
                margin: 0;
                font-size: 14rem;
            }

                .case .content .item .intro .btn:hover {
                    background-color: #0067CC;
                    color: #fff;
                }

        .case .content .item:nth-child(n + 3) .top_text > div:first-child {
            width: 100%;
        }

        .case .content .item:nth-child(n + 3) .top_text .swiper,
        .case .content .item:nth-child(n + 3) .top_text .text {
            display: none;
        }

        .case .content .item:nth-child(n + 3) .intro p {
            -webkit-line-clamp: 3;
        }

        .case .content .item:nth-child(n + 3) .top_text .hotel {
            flex-direction: row-reverse;
            align-items: end;
        }

/* 需要再加一层 div */
.case .xin-btn {
    flex: 1;
    display: flex;
    align-items: center;
}

.case .btn {
    /* flex: 1; */
    width: 185rem;
    height: 40rem;
    line-height: 40rem;
    border: 1rem solid #FFFFFF;
    text-align: center;
    color: #fff;
    font-size: 16rem;
    /* margin: 73rem auto 40rem; */
    margin: 0 auto;
}

/* 新闻 */
.news {
    background-image: url("../../Skin/img/background_image.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
}
.news .title {
    font-size: 40rem;
    font-weight: bold;
    text-align: center;
    margin-top: 100rem;
 
}

.news .content {
    margin-top: 113rem;
    display: flex;
    justify-content: space-between;
}

    .news .content .imgText .host {
        width: 590rem;
        height: 300rem;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20rem;
        cursor: pointer;
    }

        .news .content .imgText .host:hover {
            box-shadow: 0 0 38rem rgba(0, 103, 204, .8);
        }

        .news .content .imgText .host .label {
            width: 100rem;
            height: 37rem;
            line-height: 37rem;
            font-size: 14rem;
            text-align: center;
            background: rgba(0, 0, 0, .5);
        }

        .news .content .imgText .host .text {
            background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        }

            .news .content .imgText .host .text p:first-child {
                font-size: 20rem;
                padding: 0 16rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .news .content .imgText .host .text p:last-child {
                font-size: 14rem;
                text-align: right;
                margin: 14rem 12rem 10rem 0;
            }

    .news .content .newsList {
        background-color: #F2F6FA;
        width: 590rem;
        height: 620rem;
        padding: 0 40rem 0 20rem;
        overflow: auto;
    }

        .news .content .newsList .text {
            cursor: pointer;
        }

            .news .content .newsList .text > p:first-child {
                font-size: 20rem;
                margin-top: 30rem;
            }

            .news .content .newsList .text > p:last-child {
                color: #808080;
                font-size: 14rem;
                margin-top: 16rem;
                margin-bottom: 39rem;
            }

            .news .content .newsList .text:hover p {
                color: #0067CC !important;
            }

        .news .content .newsList::-webkit-scrollbar {
            background-color: #F2F6FA;
            width: 4rem;
        }

        .news .content .newsList::-webkit-scrollbar-thumb {
            background-color: #808080;
            border-radius: 2rem;
        }

.news .btn {
    width: 185rem;
    height: 50rem;
    line-height: 50rem;
    border: 1rem solid #0067CC;
    text-align: center;
    margin-top: 80rem;
    font-size: 16rem;
    color: #0067CC;
    margin: 60rem auto 140rem;
}

/* 案例2 */
.case2 {
    height: 100vh;
    width: 100%;
}

.xin-case2-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: auto 0; */
}

.case2-boxTitle {
    width: 100%;
    height: 15vh;
    /* line-height: 15vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.case2 .title {
    font-size: 40rem;
    font-weight: bold;
    text-align: center;
}

.case2 .title2 {
    font-size: 18rem;
    text-align: center;
}

.case2 .content {
    /* flex: 8; */
    width: 100%;
    height: 75vh;
    position: relative;
    overflow: hidden;
    /* margin-top: 30rem; */
    background-color: #fff;
}

    .case2 .content .shop-grad-left,
    .case2 .content .shop-grad-right {
        position: absolute;
        width: 130rem;
        height: 600rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .case2 .content .shop-grad-left {
        background: linear-gradient(90deg, #f8fbff, hsla(0, 0%, 100%, 0));
        left: 0;
    }

    .case2 .content .shop-grad-right {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f8fbff);
        right: 0;
    }

    .case2 .content .shop-image {
        position: absolute;
        display: flex;
        animation-name: Walking;
        animation-duration: 30s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

        .case2 .content .shop-image img {
            width: 3230rem;
            height: 70vh;
        }

@keyframes Walking {
    from {
        left: 0rem;
    }

    to {
        left: -3230rem;
    }
}
